- Databricks MCP Server
Databricks MCP Server
What is Databricks MCP Server?
Databricks MCP Server is a Model Context Protocol (MCP) server designed for interacting with Databricks workspaces, enabling users to manage and execute SQL commands and access various data catalogs and schemas.
How to use Databricks MCP Server?
To use the Databricks MCP Server, install it via VS Code or manually using the provided command. After installation, start the server and authenticate using Databricks unified authentication.
Key features of Databricks MCP Server?
- List catalogs, schemas, and tables in Databricks workspaces.
- Execute SQL statements on Databricks SQL warehouses.
- Support for multiple platforms including Linux, Windows, and macOS.
Use cases of Databricks MCP Server?
- Managing data catalogs and schemas in Databricks.
- Executing SQL queries for data analysis.
- Integrating with data workflows in Databricks environments.
FAQ from Databricks MCP Server?
- What platforms does Databricks MCP Server support?
It supports Linux, Windows, and macOS (both Intel and Apple Silicon).
- How do I authenticate with Databricks MCP Server?
You can configure authentication using the Databricks unified authentication method as detailed in the documentation.
- Can I run SQL queries with Databricks MCP Server?
Yes, you can execute SQL statements and retrieve results directly from Databricks SQL warehouses.
Server Config
{
"mcpServers": {
"databricks-mcp-server": {
"command": "npx",
"args": [
"-y",
"databricks-mcp-server@latest"
]
}
}
}